3.241 \(\int \frac {(a+b x)^3}{(c+d x)^5 \log (e (\frac {a+b x}{c+d x})^n)} \, dx\)

Optimal. Leaf size=75 \[ \frac {(a+b x)^4 \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{-4/n} \text {Ei}\left (\frac {4 \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}{n}\right )}{n (c+d x)^4 (b c-a d)} \]

[Out]

(b*x+a)^4*Ei(4*ln(e*((b*x+a)/(d*x+c))^n)/n)/(-a*d+b*c)/n/((e*((b*x+a)/(d*x+c))^n)^(4/n))/(d*x+c)^4

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 35, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.029, Rules used = {2510} \[ \frac {(a+b x)^4 \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{-4/n} \text {Ei}\left (\frac {4 \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}{n}\right )}{n (c+d x)^4 (b c-a d)} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^3/((c + d*x)^5*Log[e*((a + b*x)/(c + d*x))^n]),x]

[Out]

((a + b*x)^4*ExpIntegralEi[(4*Log[e*((a + b*x)/(c + d*x))^n])/n])/((b*c - a*d)*n*(e*((a + b*x)/(c + d*x))^n)^(
4/n)*(c + d*x)^4)

Rule 2510

Int[(((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.))/Log[(e_.)*((f_.)*((a_.) + (b_.)*(x_))^(p_.)*((c_.)
 + (d_.)*(x_))^(q_.))^(r_.)], x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1)*ExpIntegralEi[((m + 1)*Lo
g[e*(f*(a + b*x)^p*(c + d*x)^q)^r])/(p*r)])/(p*r*(b*c - a*d)*(e*(f*(a + b*x)^p*(c + d*x)^q)^r)^((m + 1)/(p*r))
), x] /; FreeQ[{a, b, c, d, e, f, m, n, p, q, r}, x] && NeQ[b*c - a*d, 0] && EqQ[p + q, 0] && EqQ[m + n + 2, 0
] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {(a+b x)^3}{(c+d x)^5 \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )} \, dx &=\frac {(a+b x)^4 \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{-4/n} \text {Ei}\left (\frac {4 \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}{n}\right )}{(b c-a d) n (c+d x)^4}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 75, normalized size = 1.00 \[ \frac {(a+b x)^4 \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )^{-4/n} \text {Ei}\left (\frac {4 \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )}{n}\right )}{n (c+d x)^4 (b c-a d)} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^3/((c + d*x)^5*Log[e*((a + b*x)/(c + d*x))^n]),x]

[Out]

((a + b*x)^4*ExpIntegralEi[(4*Log[e*((a + b*x)/(c + d*x))^n])/n])/((b*c - a*d)*n*(e*((a + b*x)/(c + d*x))^n)^(
4/n)*(c + d*x)^4)

________________________________________________________________________________________

fricas [A]  time = 0.87, size = 110, normalized size = 1.47 \[ \frac {\operatorname {log\_integral}\left (\frac {{\left (b^{4} x^{4} + 4 \, a b^{3} x^{3} + 6 \, a^{2} b^{2} x^{2} + 4 \, a^{3} b x + a^{4}\right )} e^{\frac {4}{n}}}{d^{4} x^{4} + 4 \, c d^{3} x^{3} + 6 \, c^{2} d^{2} x^{2} + 4 \, c^{3} d x + c^{4}}\right )}{{\left (b c - a d\right )} e^{\frac {4}{n}} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^3/(d*x+c)^5/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="fricas")

[Out]

log_integral((b^4*x^4 + 4*a*b^3*x^3 + 6*a^2*b^2*x^2 + 4*a^3*b*x + a^4)*e^(4/n)/(d^4*x^4 + 4*c*d^3*x^3 + 6*c^2*
d^2*x^2 + 4*c^3*d*x + c^4))/((b*c - a*d)*e^(4/n)*n)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^3/(d*x+c)^5/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [F]  time = 0.48, size = 0, normalized size = 0.00 \[ \int \frac {\left (b x +a \right )^{3}}{\left (d x +c \right )^{5} \ln \left (e \left (\frac {b x +a}{d x +c}\right )^{n}\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^3/(d*x+c)^5/ln(e*((b*x+a)/(d*x+c))^n),x)

[Out]

int((b*x+a)^3/(d*x+c)^5/ln(e*((b*x+a)/(d*x+c))^n),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b x + a\right )}^{3}}{{\left (d x + c\right )}^{5} \log \left (e \left (\frac {b x + a}{d x + c}\right )^{n}\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^3/(d*x+c)^5/log(e*((b*x+a)/(d*x+c))^n),x, algorithm="maxima")

[Out]

integrate((b*x + a)^3/((d*x + c)^5*log(e*((b*x + a)/(d*x + c))^n)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\left (a+b\,x\right )}^3}{\ln \left (e\,{\left (\frac {a+b\,x}{c+d\,x}\right )}^n\right )\,{\left (c+d\,x\right )}^5} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^3/(log(e*((a + b*x)/(c + d*x))^n)*(c + d*x)^5),x)

[Out]

int((a + b*x)^3/(log(e*((a + b*x)/(c + d*x))^n)*(c + d*x)^5), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**3/(d*x+c)**5/ln(e*((b*x+a)/(d*x+c))**n),x)

[Out]

Timed out

________________________________________________________________________________________